home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / LISP Related / LISP Goodies / AV Parser / AV Program / LALR Package setup.Lisp < prev    next >
Encoding:
Text File  |  1992-09-02  |  160 b   |  6 lines  |  [TEXT/CCL2]

  1. ;;; stuff to set up the lalr parser package
  2.  
  3. (defpackage LALR
  4.   (:use "COMMON-LISP")
  5.   (:export make-parser lalr-parser *lalr-debug* grammar lexforms $ parse))
  6.